home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / wnos5src.zip / KISS.H < prev    next >
Text File  |  1993-08-09  |  401b  |  12 lines

  1. #ifndef    _KISS_H
  2. #define    _KISS_H
  3.  
  4. /* In kiss.c: */
  5. int kiss_raw __ARGS((struct iface *iface,struct mbuf *data));
  6. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  7. int32 kiss_ioctl __ARGS((struct iface *iface,int cmd,int set,int32 val));
  8. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  9. int kiss_attach __ARGS((int argc,char *argv[],void *p));
  10.  
  11. #endif    /* _KISS_H */
  12.